gtkgesturerotate: Fix a memory leak
authorYariv Barkan <nushoin@users.noreply.github.com>
Wed, 18 Dec 2019 21:03:19 +0000 (23:03 +0200)
committerYariv Barkan <nushoin@users.noreply.github.com>
Wed, 18 Dec 2019 21:03:19 +0000 (23:03 +0200)
commit0604924c20f0174203ba0674e7a56f2cd7b91b10
tree8f66747f4d5b7ba3c77c0d3a99f9752a353701cd
parent0f2281e26779ce2c34dfd80a1f0cf7b74fce8a65
gtkgesturerotate: Fix a memory leak

On touchpads gtk_gesture_get_sequences() was called without a
corresponding g_list_free(). The same was true for touchscreens
if due to some reason only a single sequence was found.
gtk/gtkgesturerotate.c